projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e24a1f
)
(mail-hist-current-header-contents):
author
Karl Heuer
<kwzh@gnu.org>
Sun, 6 Sep 1998 14:09:31 +0000
(14:09 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Sun, 6 Sep 1998 14:09:31 +0000
(14:09 +0000)
Fix previous change: use mail-header-end.
lisp/mail/mail-hist.el
patch
|
blob
|
history
diff --git
a/lisp/mail/mail-hist.el
b/lisp/mail/mail-hist.el
index 4aceff7f408e6d20fde8a9fbacb06ed6721a8d75..8fc4be741c4561b4fa50bbfb5e2a4e592a1008b5 100644
(file)
--- a/
lisp/mail/mail-hist.el
+++ b/
lisp/mail/mail-hist.el
@@
-172,7
+172,7
@@
colon, or just after the colon if it is not followed by whitespace."
(mail-hist-beginning-of-header)
(let ((start (point)))
(or (mail-hist-forward-header 1)
- (goto-char (mail-
text-start
)))
+ (goto-char (mail-
header-end
)))
(beginning-of-line)
(buffer-substring start (1- (point))))))